home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 44 / PC Actual CD 44.iso / Linux / Cygwin / full.exe / Disk1 / data1.cab / Tools / H-i586-cygwin32 / i586-cygwin32 / include / winsock.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-04  |  638 b   |  19 lines

  1. /* winsock.h
  2.  
  3.    Definitions are in a different layout than in the MS headers.
  4.    This file includes our windows.h which in turn should include the
  5.    normal contents of this header file (and the other Win32 headers).
  6.  
  7.    If you include this file, you will not be able to use the Cygwin
  8.    select function.  Also, the Cygwin socket functions will be
  9.    misdeclared, so you will only be able to use the Winsock functions.
  10.    This should only be used if you know what you are doing.  */
  11.  
  12. #ifndef _PLACEHOLDER_WINSOCK_H
  13. #define _PLACEHOLDER_WINSOCK_H
  14.  
  15. #include <windows.h>
  16. #include <Windows32/Sockets.h>
  17.  
  18. #endif /* _PLACEHOLDER_WINSOCK_H */
  19.